Give better error messages for invalid manifest-paths
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Sun, 30 Aug 2015 03:17:31 +0000 (23:17 -0400)
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Tue, 1 Sep 2015 01:26:29 +0000 (21:26 -0400)
commit2d7a6c85c01b4d3402c94a2252d113079081ca99
tree7ff14aa14fc7cae3da60577382c3d61ef3f89743
parent4b4c11d680d87f1f3619b49ac3be6d5210774321
Give better error messages for invalid manifest-paths

Inspired by https://github.com/rust-lang/cargo/pull/1182.
Fixes #1158, #1772, #1773.
src/bin/read_manifest.rs
src/bin/verify_project.rs
src/cargo/util/important_paths.rs
tests/test_cargo_read_manifest.rs